{% extends "/layout.html" %} {% block head %} {{ parent() }} {[ js('browse') ]} {% endblock %} {% block content %} {% if !user.authenticated %}

{{ __('greetings_new') }}

{{ __('greetings_log_in') }}

{{ __('greetings_points') }}

{% endif %} {% endblock %} {% block sidebar %} {% if spotlight %}

{{ __('spotlight') }}

{% if count(spotlight) > 1 %}

{% repeat count(spotlight) - 1 %}{% endrepeat %}

{% endif %}
{% for feature in spotlight %}

{{ feature.game.name }}

{{ feature.game.description }}

{{ __('plays', feature.game.plays) }} {% if feature.game.leaderboard_enabled %} {{ feature.game.rank }} {% endif %} {{ round(feature.game.rating, 1) }} {{ feature.game.favourites }} {{ feature.game.comments }}

{% endfor %}
{% endif %} {% if featured %}

{{ __('featured') }}

{% for feature in featured %} {% endfor %}

{{ feature.game.name }}

{{ feature.game.category }}

{{ round(feature.game.rating, 1) }}

{% endif %} {{ parent() }} {% endblock %}